home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 53 / PC Actual CD 53.iso / Share / Progra / python / BeOpen-Python-2.0.exe / PYNCHE.PYW < prev    next >
Encoding:
Text File  |  1998-10-06  |  188 b   |  8 lines

  1. #! /usr/bin/env python
  2.  
  3. """Run this file under Windows to inhibit the console window.
  4. Run the file pynche.py under Unix or when debugging under Windows.
  5. """
  6. import Main
  7. Main.main()
  8.